chore: add .github/FUNDING.yml — GitHub Sponsors#81
Conversation
📝 WalkthroughWalkthroughThis PR adds GitHub Sponsors funding metadata to the repository by configuring ChangesGitHub Sponsor Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.github/FUNDING.yml (1)
1-1: 💤 Low valueUsername exists on GitHub. The configuration uses valid YAML syntax; for a single sponsor, the scalar format
github: satyakwokis more idiomatic than the array format, though both work correctly.✨ Optional: Use scalar syntax for single sponsor
-github: [satyakwok] +github: satyakwok🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In @.github/FUNDING.yml at line 1, The FUNDING.yml currently lists the GitHub sponsor as an array ("github: [satyakwok]"); change it to the scalar form by replacing the array with a single scalar value for the github key (i.e., use github: satyakwok) so the file remains valid YAML but uses the more idiomatic scalar syntax for a single sponsor.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In @.github/FUNDING.yml:
- Line 1: The FUNDING.yml currently lists the GitHub sponsor as an array
("github: [satyakwok]"); change it to the scalar form by replacing the array
with a single scalar value for the github key (i.e., use github: satyakwok) so
the file remains valid YAML but uses the more idiomatic scalar syntax for a
single sponsor.
Adds GitHub Sponsors funding metadata so the "Sponsor" button surfaces on this repo. Operator's sponsor profile is now active.
Summary by CodeRabbit